Name | Description | |
---|---|---|
![]() | Add | Adds a new item with the specified key and value. Throws an exception, if item for this key already exists. |
![]() | Get | Gets the value that corresponds to the specified key. Throws an exception, if item for this key does not exist. |
![]() | Set | Sets the value for the specified key. If key-value association already exists, the value is replaced. |
![]() | TryGet | Tries to get the value for the specified key. |